* {
	border-radius: 0;
}
body {
	color: #333;
	font-size: 16px;
	line-height: 1.6;
	font-family: "Open Sans", Arial, sans-serif;
}
body.header-fixed-space {
 	padding-top: 94px;
}

@media (max-width: 991px) {
	body.header-fixed-space {
		padding-top: 0;
	}
}
p{
	font-size: 16px;
}
p,
li,
li a,
label {
	color: #555;
}
a {
	color: #262626;
	text-decoration: none;
}
a,
a:focus,
a:hover,
a:active,
button,
button:hover {
	outline: 0 !important;
}
a:focus {
	text-decoration: none;
}
a:hover {
	color: #262626;
	text-decoration: underline;
}

/*Boxed Layout
------------------------------------*/
.wrapper {
	background: #fff;
}

/*Fonts type
------------------------------------*/
.font-open-sans {
    font-family: "Open Sans", Arial, sans-serif;
}
.font-montserrat,
.date {
    font-family: 'Montserrat', sans-serif;
}

/*Thematic Break
------------------------------------*/
hr {
	margin: 30px 0;
}

hr.hr-xs {
	margin: 10px 0;
}

hr.hr-md {
	margin: 20px 0;
}

hr.hr-lg {
	margin: 40px 0;
}

/*Headings
------------------------------------*/
h1 {
	font-size: 28px;
	line-height: 35px;
}
h2 {
	font-size: 24px;
	line-height: 33px;
}
h3 {
	font-size: 20px;
	line-height: 27px;
}
h4 {
	line-height: 25px;
}
h5 {
	line-height: 20px;
}
h6 {
	line-height: 18px;
}
h1, h2, h3, h4, h5, h6 {
	color: #555;
	margin-top: 5px;
	text-shadow: none;
	font-weight: normal;
	font-family: "Open Sans", Arial, sans-serif;
}
h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
	margin-right: 5px;
}

/*Block Headline & specific headers */
.headline {
	display: block;
	margin: 10px 0 25px 0;
}
.headline h2 {
	font-size: 22px;
}
.headline h2,
.headline h3,
.headline h4 {
	margin: 0 0 -2px 0;
	padding-bottom: 5px;
	display: inline-block;
	border-bottom: 1px solid #ffd51b;
}
.headline-md {
	margin-bottom: 15px;
}
.headline-md h2 {
	font-size: 21px;
}
/*Heading Options*/
.heading {
	text-align: center;
}
.heading h2 {
	padding: 0 12px;
	position: relative;
	display: inline-block;
	line-height: 34px !important; /*For Tagline Boxes*/
}
.heading h2:before,
.heading h2:after {
	content: ' ';
	width: 70%;
	position: absolute;
	border-width: 1px;
	border-color: #bbb;
}
.heading h2:before {
	right: 100%;
}
.heading h2:after {
	left: 100%;
}
@media (max-width: 768px) {
	.heading h2:before,
	.heading h2:after {
		width: 20%;
	}
}

/*Align
------------------------------------*/
.align-center {
	text-align: center;
	float: none !important;
}

/*Spaces
------------------------------------*/
.no-padding {
	padding: 0 !important;
}
.no-margin {
	margin: 0;
}
.no-top-space {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.no-bottom-space {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
.no-margin-bottom {
	margin-bottom: 0 !important;
}
.no-padding-bottom {
	padding-bottom: 0 !important;
}

.margin-bottom-5,
.margin-bottom-10,
.margin-bottom-15,
.margin-bottom-20,
.margin-bottom-25,
.margin-bottom-30,
.margin-bottom-35,
.margin-bottom-40,
.margin-bottom-45,
.margin-bottom-50,
.margin-bottom-55,
.margin-bottom-60,
.margin-bottom-100 {
	 clear:both;
}
.margin-bottom-5  { margin-bottom:5px;}
.margin-bottom-10 { margin-bottom:10px;}
.margin-bottom-15 { margin-bottom:15px;}
.margin-bottom-20 { margin-bottom:20px;}
.margin-bottom-25 { margin-bottom:25px;}
.margin-bottom-30 { margin-bottom:30px;}
.margin-bottom-35 { margin-bottom:35px;}
.margin-bottom-40 { margin-bottom:40px;}
.margin-bottom-45 { margin-bottom:45px;}
.margin-bottom-50 { margin-bottom:50px;}
.margin-bottom-55 { margin-bottom:55px;}
.margin-bottom-60 { margin-bottom:60px;}
.margin-bottom-70 { margin-bottom:70px;}
.margin-bottom-80 { margin-bottom:80px;}
.margin-bottom-90 { margin-bottom:90px;}
.margin-bottom-100 { margin-bottom:100px;}

@media (max-width: 768px) {
	.sm-margin-bottom-10 {
		margin-bottom: 10px;
	}
	.sm-margin-bottom-20 {
		margin-bottom: 20px;
	}
	.sm-margin-bottom-30 {
		margin-bottom: 30px;
	}
	.sm-margin-bottom-40 {
		margin-bottom: 40px;
	}
	.sm-margin-bottom-50 {
		margin-bottom: 50px;
	}
	.sm-margin-bottom-60 {
		margin-bottom: 60px;
	}
}

@media (max-width: 992px) {
	.md-margin-bottom-10 {
		margin-bottom: 10px;
	}
	.md-margin-bottom-20 {
		margin-bottom: 20px;
	}
	.md-margin-bottom-30 {
		margin-bottom: 30px;
	}
	.md-margin-bottom-40 {
		margin-bottom: 40px;
	}
	.md-margin-bottom-50 {
		margin-bottom: 50px;
	}
	.md-margin-bottom-60 {
		margin-bottom: 60px;
	}
}

/*Other Spaces*/
.margin-top-40 { margin-top: 40px;}
.margin-top-20 { margin-top: 20px;}
.margin-top-10 { margin-top: 10px;}
.margin-left-5 { margin-left: 5px;}
.margin-left-10 { margin-left: 10px;}
.margin-right-5 { margin-right: 5px;}
.margin-right-10 { margin-right: 10px;}
.margin-right-20 { margin-right: 20px;}

.padding-sm { padding: 40px 40px;}
.padding-top-5 { padding-top: 5px;}
.padding-left-5 { padding-left: 5px;}

/*Hiding arrows for select field in IE*/
select::-ms-expand {
  display: none;
}

/*Top Bar (Member access - Sign in)
------------------------------------*/
.topbar {
	z-index: 99;
	padding: 8px 0;
	position: relative;
	background: #fff;
}
.header-fixed .header.header-fixed-shrink .topbar {
	padding: 0;
}

/*Right Top Bar*/
.topbar .right-topbar {
	margin-bottom: 1px;
}

.topbar .right-topbar li {
	margin-left: 3px;
    padding-left: 0;
}

.topbar .right-topbar li:first-child {
	margin-left: 0;
}

.topbar .right-topbar li,
.topbar .right-topbar li a {
	color: #262626;
	font-size: 12px;
    font-weight: 600;
}
.topbar .right-topbar li:last-child {
    padding-right: 0px;
}

/* Header
------------------------------------*/
.header {
    z-index: 99;
    position: relative;
}
.header #logo-header {
    max-width:250px; 
    transition: all 0.4s ease-in-out;
    position: relative;
    top: 0px;
    left: 20px;
}
.header .navbar {
    margin: 0;
}

@media (max-width: 991px) {
    .header .navbar {
        margin-top: 10px;
    }
}

.header .navbar-default {
    border: none;
    background: #fff;
    height: calc(100% - 26.5px);
}

/*Navbar Header*/
@media (max-width: 991px) {
    .header .navbar-header {
      margin-bottom: 7px;
     /* margin-right: 50px;*/
    }
    .header .shop-badge {
    	position: absolute;
    	top: 0;
    	right: 20px;
    	padding: 14px 10px 18px 0;
    }
    .header .shop-badge span.badge {
    	top: 5px;
    	right: 0;
    }
    .header .badge-open {
    	top: 57px;
    }
    .header .shop-badge:hover .badge-open {
    	display: none;
    }
}

@media (min-width: 993px) and (max-width: 999px) {
    .header .navbar-header {
        margin-top: 15px;
    }
}

.header .navbar-brand {
    z-index: 1;
    padding: 0px 10px 10px 15px;
}

@media (max-width: 998px) {
    .header .navbar-brand {
        margin-top: -15px;
    }
}

.header .navbar-default .navbar-toggle {
    color: #333;
    border: none;
    font-size: 19px;
    margin-top: 10px;
}

.header .navbar-default .navbar-toggle .icon-bar {
    background: #222;
}

.header .navbar-default .navbar-toggle:hover,
.header .navbar-default .navbar-toggle:focus {
    background: inherit;
}

/*Navbar Collapse*/
.header .navbar-collapse {
    position: relative;
    top: 78px;
    /*transition: all 0.4s ease-in-out;*/
}
.header.header-fixed-shrink #logo-header {
    max-width:130px;
    position: relative;
    top: -12px;
    left: 20px;
}
.header.header-fixed-shrink .navbar-collapse {
    top: 0px;
}

/*Navbar Nav set to centre*/
@media (min-width: 992px) {
    .header .navbar-nav {
        float: none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }
    .header .navbar-collapse {
        float: right;
    }
}

/*Navbar Menu*/
.header .collapse.in .navbar-nav {
    margin-top: 35px;
}
.header .navbar-nav {
    margin-top: 10px;
}

.header .navbar-default .navbar-nav > li > a {
    color: #262626;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.header .navbar-default .navbar-nav > .active > a {
    color: #fbcd00;
}

/*Responsive Navbar*/
@media (max-width: 991px) {
    /*Responsive code for max-width: 991px*/
    .header #logo-header {
        max-width:130px;
        position: relative;
        z-index: 999;
        top: -6px;
        left: 20px;
    }
    .full-width-bg {
        margin-top: 0;
    }
    .header .navbar-header {
        float: none;
    }
    .header .navbar-toggle {
        display: block;
    }
    .header .navbar-collapse.collapse {
        display: none !important;
        top: 0;
    }
    .header .navbar-collapse.collapse.in {
        display: block !important;
        overflow-y: auto !important;
    }
    .header .navbar-nav {
        margin: 0;
        float: none !important;
    }
    .header .collapsing {
        top: 0px;
    }
    .header .collapse.in .navbar-nav {
        margin-top: 0px;
    }
    .header .navbar-nav > li {
        float: none;
    }

    .header .navbar-nav > li > a {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    /*Dropdown Menu Slide Down Effect*/
    .header .navbar-nav .open .dropdown-menu {
        border: 0;
        float: none;
        width: auto;
        margin-top: 0;
        position: static;
        box-shadow: none;
        background-color: transparent;
    }

    .header .navbar-nav .open .dropdown-menu > li > a,
    .header .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .header .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }

    .header .navbar-nav .open .dropdown-menu > li > a:hover,
    .header .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }

    .header .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

    .header .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .header .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }

    .header .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .header .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .header .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .header .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .header .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .header .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .header .navbar-default .dropdown-menu.no-bottom-space {
        padding-bottom: 0;
    }

    .header .navbar-collapse,
    .header .navbar-collapse .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .header .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        padding: 9px 10px;
    }

    .header .navbar-default .navbar-nav > li a {
        border-bottom: solid 1px #eee;
    }

    .header .navbar-default .navbar-nav > li > a:focus {
        background: none;
    }

    .header .navbar-default .navbar-nav > li > a:hover {
        color: #fbcd00;
    }

    .header .navbar-default .navbar-nav > .active > a,
    .header .navbar-default .navbar-nav > .active > a:hover,
    .header .navbar-default .navbar-nav > .active > a:focus {
        color: #fff !important;
        background: #fbcd00 !important;
    }

    .header .dropdown .dropdown-submenu > a {
        font-size: 13px;
        color: #333 !important;
        text-transform: uppercase;
    }
}

@media (min-width: 992px) {
    /*Navbar Collapse*/
    .header .navbar-collapse {
        padding: 0;
    }

    .header .navbar-default .navbar-nav > li > a,
    .header .navbar-default .navbar-nav > li > a {
        line-height: 30px;
        /*padding: 15px 18px;*/
        padding: 15px 0px 25px 0;
        margin: 0 20px;
    }

    .header .navbar-default .navbar-nav > li:last-child > a:last-child {
        /*padding-right: 15px;*/
        margin-right:0px;
    }

    .header .navbar-default .navbar-nav > li > a,
    .header .navbar-default .navbar-nav > li > a:focus {
        border-top: solid 2px transparent;
    }

    .header .navbar-default .navbar-nav > li > a:hover,
    .header .navbar-default .navbar-nav > .active > a {
        border-top: solid 2px #fbcd00;
    }

    .header .navbar-default .navbar-nav > li > a,
    .header .navbar-default .navbar-nav > li > a:hover,
    .header .navbar-default .navbar-nav > li > a:focus,
    .header .navbar-default .navbar-nav > .active > a,
    .header .navbar-default .navbar-nav > .active > a:hover,
    .header .navbar-default .navbar-nav > .active > a:focus {
        background: none;
    }

    .header .navbar-default .navbar-nav > .open > a,
    .header .navbar-default .navbar-nav > .open > a:hover,
    .header .navbar-default .navbar-nav > .open > a:focus {
        color: #fbcd00;
    }

    .header .navbar-default .navbar-nav > li:hover > a {
        color: #fbcd00;
    }

    /*Dropdown Menu*/
    .header .dropdown-menu {
        padding: 0;
        border: none;
        min-width: 200px;
        border-radius: 0;
        z-index: 9999 !important;
        border-top: solid 2px #fbcd00;
        box-shadow: 0 5px 5px 0px rgba(90,90,90,0.075);
        left: 50%;
        margin: 2px 0 0 -100px;
    }
    /* limit the width to 160px and adapt left position of sub-menu after the 3th one */
    /*/.header .navbar-nav li:nth-child(n+4) > .dropdown-menu {
        margin-left: -80px;
    }*/
    .header .navbar-nav li:nth-child(n+4) .dropdown-menu {
    	min-width: 160px;
        max-width: 160px;
    }
    @media (min-width: 992px) and (max-width: 1400px) {
	    /* limit the width to 120px of sub-menu level 2 after the 3th one */
	    .header .navbar-nav li:nth-child(n+4) .dropdown-menu .dropdown-menu{
	    	min-width: 120px;
	        max-width: 120px;
	    }
    }
 
    .ie9 .header .dropdown-menu {
        margin-top: -1px !important;
    }
    .header .dropdown-menu li a {
        color: #687074;
        font-size: 14px;
        font-weight: 400;
        padding: 8px 15px;
        border-bottom: solid 1px #dedede;
        white-space: normal;
    }

    .header .dropdown-menu > li > a {
        /*Transition for fixed header*/
        transition: all 0.3s ease-in-out;
    }

    .header .dropdown-menu .active > a,
    .header .dropdown-menu li > a:hover {
        color: #fff;
        background: #fbcd00;
        filter: none !important;
    }

    .header .dropdown-menu li > a:focus {
        color: inherit;
        background: none;
        filter: none !important;
    }

    .header .navbar-nav > li.dropdown:hover > .dropdown-menu {
        display: block;
    }

    .header .open > .dropdown-menu {
        display: none;
    }

    .header .dropdown-menu li.dropdown-submenu:hover > a {
        color: #fff;
        background: #fbcd00;
    }
}

/*Dropdown Submenu for BS3
------------------------------------*/
.header .dropdown-submenu {
   position: relative;
}
.header .dropdown > a:after,
.header .dropdown-submenu > a:after {
    top: 50%;
    margin-top: -12px;
    right: 9px;
    font-size: 16px;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
}
@media (max-width: 991px) {
    .header .dropdown-submenu > a:after {
        content: " ";
    }

    .header .dropdown > a:after {
        top: 55%;
        right: 15px;
        content: "\f107";
        font-size: 20px;
    }
}
@media (min-width: 992px) {
    .header .dropdown > a:after {
        content: " ";
    }
}

.header .dropdown-submenu > .dropdown-menu {
    top: 3px;
    left: 100%;
    margin-top: -5px;
    margin-left: 0px;
}

.header .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

@media (max-width: 991px) {
    .header .dropdown-submenu > .dropdown-menu {
        display: block;
        margin-left: 15px;
    }
}

.header .dropdown-submenu.pull-left {
    float: none;
}

.header .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
}

.header .dropdown-menu li [class^="fa-"],
.header .dropdown-menu li [class*=" fa-"] {
    left: -3px;
    width: 1.25em;
    margin-right: 1px;
    position: relative;
    text-align: center;
    display: inline-block;
}
.header .dropdown-menu li [class^="fa-"].fa-lg,
.header .dropdown-menu li [class*=" fa-"].fa-lg {
    /* increased font size for fa-lg */
    width: 1.5625em;
}

/*Header Fixed
------------------------------------*/
/*Header*/
.header-fixed .header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    position: fixed;
    height: 185px;
    border-bottom: none;
    box-shadow: 0 0 3px #bbb;
    background: rgba(255,255,255, 0.96);
    transition: all 0.4s ease-in-out;
}
.header-fixed .header.header-fixed-shrink {
    position: fixed;
    height: 101px;
    margin-top: -23.5px;
    box-shadow: 0 0 3px #bbb;
}


/*No Topbar*/
.header-fixed .header.no-topbar {
    height: 78px;
}

.header-fixed .header.no-topbar.header-fixed-shrink {
    height: 95px;
    margin-top: -35px;
}

.header-fixed .header.no-topbar.header-fixed-shrink .navbar-brand {
    top: 46px;
}

.header-fixed .header.no-topbar.header-fixed-shrink .shop-badge .badge-open {
    top: 69px;
}

.header-fixed .header.no-topbar.header-fixed-shrink .navbar-nav > li > .dropdown-menu {
    margin-top: -1px;
}

.header-fixed .header.header-fixed-shrink .navbar-brand {
    top: 15px;
    z-index: 1;
    position: relative;
}
.header-fixed .header.header-fixed-shrink .navbar-nav > li > .dropdown-menu {
    margin-top: -9px;
}
.ie9 .header-fixed .header.header-fixed-shrink .navbar-nav > li > .dropdown-menu {
    position:relative;
    top: -9px;
}


@media (max-width: 991px) {
    /*Header*/
    .header-fixed .header,
    .header-fixed .header.header-fixed-shrink,
    .header-fixed .header.no-topbar,
    .header-fixed .header.no-topbar.header-fixed-shrink {
        height: inherit;
        position: relative;
    }
}

@media (min-width: 992px) {
    .header-fixed .header.header-fixed-shrink .navbar-nav > li > a {
        padding-bottom:32px;
    }
}

/*Style List*/
.header .style-list {
    margin-bottom: 20px;
}

.header .style-list li a {
    color: #888;
    font-size: 14px;
    margin-right: 5px;
}

.header .style-list li a:hover {
    color: #fbcd00;
    background: none;
    text-decoration: none;
}

.header .style-list li .label {
    top: -2px;
    position: relative;
}

@media (min-width: 992px) {
    .content {
	  margin-top: 198px;
	}
}


/* Homepage > Full width bg
------------------------------------*/
.full-width-bg {
    z-index: 1;
    padding: 0;
    position: relative;
    background: url(../img/homepage/home-bg.jpg) no-repeat;
    /*background-size: cover;*/
    background-size: 100%;
    background-position: center center;
    font-family: "Open Sans", Arial, sans-serif;
    text-align: right;
    height: 510px;
}

.full-width-bg h1 {
  display: inline-block;
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
  background: rgba(0,0,0,0.4);
  padding: 10px;
  margin-top: 120px;
}

.full-width-bg p {
  display: inline-block;
  color: #fff;
  font-size: 28px;
  line-height: 40px;
  font-weight: 200;
  background: rgba(0,0,0,0.4);
  max-width: 65%;
  padding: 10px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .full-width-bg h1 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
  }
}

/*Heading Title
------------------------------------*/
h2.title {
	color: #262626;
	position: relative;
	margin-bottom: 30px;
	font-size: 36px;
	text-transform: uppercase;
}

h2.title:after {
	left: 0;
	width: 40px;
	height: 2px;
	content: " ";
	bottom: -20px;
	background: #fbcd00;
	position: absolute;
}

h1.title.title-center,
h2.title.title-center,
h3.title.title-center {
	text-align: center;
}

h1.title.title-center:after,
h2.title.title-center:after,
h3.title.title-center:after {
	left: 50%;
	width: 40px;
	margin-left: -20px;
}

.detail-news h2,
.detail-project h2{
	font-size: 28px;
}
.sidebar h2.title {
	color: #262626;
	position: relative;
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 28px;
	line-height: 28px;
	text-transform: none;
}
.sidebar h2.title:after {
	width: 40px;
	height: 2px;
	bottom: -15px;
}
.sidebar h3 {
	color: #262626;
	position: relative;
	margin-top: 0;
	margin-bottom:5px;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
}
.sidebar p,
.sidebar .date{
	font-size: 12px;
	line-height: 16px;
}

/* Homepage shortcuts */
.shortcut-about{
	padding: 40px 0;
	background: #f9f9f9;
	margin-bottom: 40px;
}
.shortcut-about a,
.shortcut-about a:hover{
	color: #262626;
	text-decoration: none;
}
/* Landscape phones and portrait tablets */
@media (max-width: 991px) {
	.shortcut-about > .container > div{
		margin-bottom: 40px;
	}
}

/*Labels
------------------------------------*/
.label {
	display: inline;
	border-radius: 0;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
}

/*Labels*/
span.label {
	font-size: 16px;
	font-weight: 600;
	padding: 6px 18px;
	background: #fbcd00;
	text-transform: uppercase;

}
span.label a,
span.label a:hover{
	color: #fff;
	text-decoration: none;
}
@media (max-width: 550px) {
  .features span.label {
	display: block;
	margin: 0 80px 20px 80px;
  }
  .features span {
	display: block;
	text-align: center;
  }
 
}

/*News styles
------------------------------------*/
.news{
	color: #262626;
}
.news .date{
 	font-size: 14px;
}
.news h3{
	font-size: 28px;
	line-height: 32px;
	color: #262626;
}
.news p{
	font-size: 16px;
	color: #262626;
}
.news .features{
	margin: 20px 0;
}
.news .features .share{
	margin: 0 20px;
	font-size: 16px;
	text-transform: uppercase;
}
.news-detail .features .share{
	margin: 0 20px 0 0;
}
.features .share-with{
	display: inline;
	font-size: 24px;
}
.features .share-with .fa-facebook{
	color: #3b5988;
}
.features .share-with .fa-google-plus{
	color: #de513f;
}
.features .share-with .fa-twitter{
	color: #55acee;
}
@media (max-width: 550px) {
  .news .features .share-with{
  	display: block;
	text-align: center;
	width: 100%;
  }
}

/* About styles
------------------------------------*/
.about span.name,
.about span.title{
	display: block;
	text-align: center;
}
.about span.name{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;	
}
.about span.title{
	font-size: 14px;
	font-style: italic;
	
}
.about .align-center img{
	display: inline-block;
}
.about .features{
	margin: 10px 0;
}
.about .features .share-with{
  	display: block;
	text-align: center;
	width: 100%;
	margin: 0px 0 20px 0;
	font-size: 28px;
  }

/* Homepage > Full half-width tweets block
------------------------------------*/
.home-tweets{
	padding: 20px 150px;
	background-color: #0050a0;
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1600px) {
	.home-tweets{
		padding: 20px 50px;
	}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.home-tweets{
		padding: 20px 30px;
	}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.home-tweets{
		padding: 20px;
	}
}

.home-tweets h2{
	margin:20px 0 50px 0;
}
.home-tweets h2.title {
    color: #fff;
    text-transform: none;
}
.home-tweets h2.title:after {
    bottom: -15px;
    background: #fbcd00;
}
.home-tweets .twitter-inner {
	padding: 10px;
	position: relative;
	background: #f7f7f7;
	margin-bottom: 20px;
}
.home-tweets .twitter-inner,
.home-tweets .twitter-inner:after,
.home-tweets .twitter-inner:before {
	transition: all 0.3s ease-in-out;
}
.home-tweets .twitter-inner:after,
.home-tweets .twitter-inner:before {
	width: 0;
	height: 0;
	right: 0px;
	bottom: 0px;
	content: " ";
	display: block;
	position: absolute;
}
.home-tweets .twitter-inner:after {
	border-top: 15px solid #d2d6d5;
	border-right: 15px solid transparent;
	border-left: 0px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-right-style: inset; /*FF fixes*/
}
.home-tweets .twitter-inner:before {
	border-bottom: 15px solid #0050a0;
	border-right: 0 solid transparent;
	border-left: 15px solid transparent;
	border-left-style: inset; /*FF fixes*/
	/*border-bottom-style: inset;*/ /*FF fixes*/
}
.home-tweets .twitter-inner:hover {
	border-color: #55acee;
	border-top-color: #55acee;
}
.home-tweets .twitter-inner:hover:after {
	border-top-color: #55acee;
}
.home-tweets .twitter-inner span.twitter-time {
	color: #777;
	display: block;
	font-size: 11px;
}
.home-tweets .twitter-inner p{
    font-size: 14px;
}
.home-tweets .twitter-inner a {
	color: #55acee;
	text-decoration: none;
}
.home-tweets .twitter-inner a:hover {
	text-decoration: underline;
}
.home-tweets .twitter-inner i.fa {
	top: 2px;
	color: #55acee;
	font-size: 18px;
	position: relative;
	margin-right: 4px;
}

/* Homepage > Full half-width agenda block
------------------------------------*/
.home-agenda{
	padding: 20px 80px;
	background-color: #fbcd00;
}
@media (min-width: 992px) and (max-width: 1024px) {
    .home-agenda{
        padding: 20px 50px;
    }
}
.home-agenda > div{
	margin-bottom: 15px;
}
.home-agenda h2{
	margin:20px 0 50px 0;
}
.home-agenda h2.title {
    color: #262626;
    text-transform: none;
}
.home-agenda h2.title:after {
    bottom: -15px;
    background: #0050a0;
}
.home-agenda .event-inner {
	margin-bottom: 40px;
}
.home-agenda .event-inner .date {
	padding: 10px 15px 15px 15px;
	position: relative;
	background: #f7f7f7;
	margin-bottom: 10px;
	float: left;
	margin-right: 10px;
	color: #262626;

    max-width: 60px;
}
/* For landscape phones and portrait tablets */
@media (max-width: 991px) {
	/*.home-agenda .event-inner .date {
		float: none;
	}*/
}
.home-agenda .event-inner .date,
.home-agenda .event-inner .date:after,
.home-agenda .event-inner .date:before {
	transition: all 0.3s ease-in-out;
}
.home-agenda .event-inner .date:after,
.home-agenda .event-inner .date:before {
	width: 0;
	height: 0;
	right: 0px;
	bottom: 0px;
	content: " ";
	display: block;
	position: absolute;
}
.home-agenda .event-inner .date:after {
	border-top: 15px solid #d2d6d5;
	border-right: 15px solid transparent;
	border-left: 0px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-right-style: inset; /*FF fixes*/
}
.home-agenda .event-inner .date:before {
	border-bottom: 15px solid #fbcd00;
	border-right: 0 solid transparent;
	border-left: 15px solid transparent;
	border-left-style: inset; /*FF fixes*/
	/*border-bottom-style: inset;*/ /*FF fixes*/
}
.home-agenda .event-inner .date span{
	display: block;
	text-align: center;
}
.home-agenda .event-inner .date span.day{
	font-size: 24px;
	line-height: 0.6em;
}

/*Breadcrumbs
------------------------------------*/
.breadcrumbs {
  overflow: hidden;
  padding: 30px 0;
  border-top: solid 1px #f3f3f3;
  border-bottom: solid 1px #f3f3f3;
  margin-bottom: 40px;
  min-height: 125px;
  background: #f9f9f9;
}
.breadcrumbs h1 {
  color: #666;
  font-size: 22px;
  margin-top: 8px;
}
.breadcrumb {
  top: 10px;
  z-index: 1;
  padding-right: 0;
  background: none;
  position: relative;
}
.breadcrumb li{
  font-size: 16px;
}
.breadcrumb a {
  color: #262626;
}
.breadcrumb li.active,
.breadcrumb li a:hover {
  color: #fbcd00;
  text-decoration: none;

}

@media (max-width: 992px) {
  .breadcrumbs h1.pull-left,
  .breadcrumbs h2.pull-left,
  .breadcrumbs ul.pull-right {
    width: 100%;
    text-align: center;
  }

  .breadcrumbs h1.pull-left {
    margin-bottom: 0;
  }

  .breadcrumbs .breadcrumb {
    top: 0;
    margin-bottom: 10px;
  }
}

/*Breadcrumbs Dark and Light*/
.breadcrumbs.breadcrumbs-dark,
.breadcrumbs.breadcrumbs-light {
  background: #222;
  padding: 30px 0 20px;
  border-bottom: solid 3px #777;
}

.breadcrumbs.breadcrumbs-light {
  background: #f7f7f7;
  border-bottom: 1px solid #eee;
}

.breadcrumbs.breadcrumbs-dark h1,
.breadcrumbs.breadcrumbs-dark a,
.breadcrumbs.breadcrumbs-light h1,
.breadcrumbs.breadcrumbs-light a {
  color: #fff;
  font-weight: 200;
}

.breadcrumbs.breadcrumbs-light h1,
.breadcrumbs.breadcrumbs-light a {
  color: #555;
}

.breadcrumbs.breadcrumbs-dark h1 {
  font-size: 24px;
}

.breadcrumbs.breadcrumbs-light h1 {
  font-size: 26px;
}

/*Breadcrumbs Sizes*/
.breadcrumbs-sm {
  padding: 50px 0;
}
.breadcrumbs-md {
  padding: 100px 0;
}
.breadcrumbs-lg {
  padding: 200px 0;
}


/*Pager styles
------------------------------------*/
.pager{
	margin-bottom: 40px;
}
.pager li > a,
.pager li > span {
	border-radius: 0;
}
.pager li > a:hover,
.pager li > a:focus {
	background: none;
	border-color: #afafaf;
	color: #afafaf;
}
.pager li.active > a:hover,
.pager li.active > a:hover {
	color: #fff;
	background: #fbcd00;
	border-color: #fbcd00;
}
.pager li > a{
	border-color: #afafaf;
	color: #afafaf;
	cursor: text;
}
.pager li.active > a{
	border-color: #262626;
	color: #262626;
	cursor: pointer;
}
.pager li > a {
	transition: all 0.1s ease-in-out;
}

/*Pager Amount*/
.pager li.page-amount {
	font-size: 16px;
}

.pager li.page-amount,
.pager li.page-amount:hover,
.pager li.page-amount:focus {
	top: 7px;
	color: #262626;
	position: relative;
}

.pager .previous i,
.pager .next i{
	font-size: 12px;
}
.pager .previous i{
	margin-right: 10px;
}
.pager .next i{
	margin-left: 10px;
}
/*Pager Size*/
.pager.pager-md li a {
	font-size: 16px;
	padding: 8px 18px;
}

/*Sidebar styles
------------------------------------*/

/*Sidebar > photostream*/
.photostream {
  margin-right: -5px;
}

.photostream li {
  padding: 0;
  margin: 3px 5px 5px;
  position: relative;
}

.photostream li img {
  width: 110px;
  height: auto;
}

/*Link List styles
------------------------------------*/
.link-list li {
	border-top: solid 1px #353535;
}

.link-list li:first-child {
	border-top: none !important;
}

.link-list a {
	color: #262626;
	font-size: 14px;
	padding: 6px 0px;
	display: inline-block;
}

.link-list li i {
	color: #bbb;
	float: right;
	margin-top: 10px;
	font-size: 18px;
}

.list-unstyled {
  	font-size: 16px;
}
.list-unstyled i{
	margin-right: 8px;
}
.sidebar .list-unstyled {
  	font-size: 14px;
}

/*Footer styles
------------------------------------*/
#footer {
	padding: 40px 0 10px 0;	
	background: #f4f4f4;
 
}
#footer .headline{
	margin: 10px 0 15px 0;
}
#footer p {
	color: #262626;
}

#footer h2 {
	color: #262626;
	font-size: 18px;
	font-weight: 200;
	text-transform: uppercase;
}

#footer .link-list li {
	border-top: solid 1px #dbdbdb;
}
#footer address a{ 
	color: #262626; 
	text-decoration: underline;
}

#footer address,
#footer .link-list a,
#footer .link-list i {
	color: #262626;
}

#footer address {
	line-height: 23px;
}
#footer .col-md-3{
	position: relative;
}

#footer .copyright{
	font-size: 14px;
	text-align: center;
}
#footer .copyright p{
	font-size: 13px;
}
#footer .copyright a{
	text-decoration: underline;
}
#footer .copyright .footer-logo{
	max-width: 185px;
	margin-bottom: 10px;
}
#footer .copyright .footer-logo-cor{
    max-width: 185px;
    margin-bottom: 20px;
}
@media (min-width: 992px) {
	#footer .copyright{
	 	text-align: right;
	}
	.align-bottom{
		position: absolute;
	    bottom: -290px;
	    right: 10px;
	}
}
@media (min-width: 992px) and (max-width: 1024px) {
    .link-list a {
        font-size: 12px;
    }
    .align-bottom{
        bottom: -270px;
    }
}

/*Back To Top
------------------------------------*/
#topcontrol {
  color: #fff;
  z-index: 99;
  width: 30px;
  height: 30px;
  font-size: 20px;
  background: #222;
  position: relative;
  right: 14px !important;
  bottom: 11px !important;
  border-radius: 3px !important;
}
#topcontrol:after {
  top: -2px;
  left: 8.5px;
  content: "\f106";
  position: absolute;
  text-align: center;
  font-family: FontAwesome;
}
#topcontrol:hover {
  color: #fff;
  background: #fbcd00;
  transition: all 0.3s ease-in-out;
}